Version

SummaryContext<TObjectType,TColumnType> Class Members

The following tables list the members exposed by SummaryContext<TObjectType,TColumnType>.

Public Constructors
 NameDescription
Public ConstructorSummaryContext<TObjectType,TColumnType> ConstructorInitializes a new instance of the SummaryContext  
Public Properties
 NameDescription
Public PropertyFieldNameGets the name of the property on the data object that will be summed on. (Inherited from Infragistics.SummaryContext)
Public PropertyLinqSummaryGets the LinqSummaryOperator associated with this SummaryContext. (Inherited from Infragistics.SummaryContext)
Protected Properties
 NameDescription
Protected PropertyCachedTypedInfoThe CachedTypedInfo for the opeartion  
Public Methods
 NameDescription
Public MethodExecutePerforms a LINQ based summary on the inputted query. (Inherited from Infragistics.SummaryContext)
Protected Methods
 NameDescription
Protected MethodAverageOverridden. Executes a LINQ based Average summary.  
Protected MethodCountOverridden. Executes a LINQ based Count summary.  
Protected MethodMaximumOverridden. Executes a LINQ based Maximum summary.  
Protected MethodMinimumOverridden. Executes a LINQ based Minimum summary.  
Protected MethodSumOverridden. Executes a LINQ based Sum summary.  
See Also